From d96e9fbd6764456ffd8005777d44ab3c82cbfc9a Mon Sep 17 00:00:00 2001 From: Cesare Falco Date: Fri, 30 Dec 2022 18:08:54 +0100 Subject: [PATCH] Remove sphinxcontrib.rsvgconverter, which Forwarded: no seems nowhere to be found (at least on Ubuntu). Gbp-Pq: Name sphinx_remove_unresolved_module.patch --- docs/source/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 468432b17..2472df803 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,7 +32,6 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', - 'sphinxcontrib.rsvgconverter', 'edit_on_github' ] -- 2.30.2